home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the castNum of sprite 15 = 559 then
- puppetSprite(15, 0)
- unsetQT(15)
- set the timeoutScript to EMPTY
- repeat with i = 29 to 32
- puppetSprite(i, 0)
- end repeat
- go("SHIP IDLE")
- else
- nothing()
- end if
- end
-